func go/types.coreString

4 uses

	go/types (current package)
		builtins.go#L119: 				if t := coreString(x.typ); t != nil && isString(t) {
		builtins.go#L360: 		src0 := coreString(y.typ)
		index.go#L218: 	switch u := coreString(x.typ).(type) {
		type.go#L63: func coreString(t Type) Type {